home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 72 / PC Actual CD 72.iso / Aplicaciones / Contanet / ContaNet / CAN5.NS_ / CAN5.NS
Encoding:
Text File  |  2000-09-28  |  1.3 KB  |  40 lines

  1. COMPRAS IMPORTACION
  2. @DATOS
  3. ?FECHA,8,5,Fecha Contable,FECHA
  4. ?DOC,6,8,Asiento,DOC
  5. ?Etiqueta,12,50,AGENCIA
  6. ?N║_Factura,8,0,N║ Factura Agencia
  7. ?FECHA_factura,8,5,Fecha Factura,Fecha
  8. ?CODIGO,10,20,Agencia transporte
  9. ?Base_agencia,12,3,Base Agencia
  10. ?TIPO_IVA1,2,22,Tipo Agencia,14
  11. ?Total_factura,12,3,Total Factura Agencia
  12. ?Etiqueta,12,50,IMPORTACION
  13. ?Base_importacion1,12,3,Base Importaci≤n 1
  14. ?TIPO_IVA2,2,22,Tipo Importacion,13
  15. ?Base_importacion2,12,3,Base Importaci≤n 2,0
  16. ?TIPO_IVA3,2,22,Tipo Importacion 2,12
  17. ?Etiqueta,12,50,PROVEEDOR
  18. ?Proveedor,10,20,Codigo Proveedor
  19. ?Tφtulo2,35,54,Tφtulo
  20. ?NIF2,13,55,NIF
  21.  
  22. @CALCULOS
  23. Igic_Agencia=Base_Agencia*iva1*.01
  24. Igic_Importacion1=Base_Importacion1*iva2*.01
  25. Igic_Importacion2=Base_Importacion2*iva3*.01
  26. Igic_importacion=igic_importacion1+igic_importacion2
  27. Gasto=Total_factura-Igic_importacion-Igic_agencia
  28.  
  29. @APUNTES CONTABLES
  30. 607000,fecha,doc,FRA. N║ +N║_factura +TITULO1,D,Gasto
  31. 472000,fecha,doc,FRA. N║ +N║_factura +TITULO1,D,igic_agencia
  32. 472001,fecha,doc,FRA. N║ +N║_factura +TITULO1,D,igic_importacion
  33. CODIGO,fecha,doc,FRA. N║ +N║_factura ,H,Total_factura
  34.  
  35. @IVA
  36. CODIGO,TITULO1,NIF1,DOC,Base_Agencia,TIPO_IVA1,,DOC,472000,T,FECHA,,,,
  37. Proveedor,TITULO2,NIF2,DOC,Base_Importacion1,TIPO_IVA2,,DOC,472001,T,FECHA,,,,
  38. Proveedor,TITULO2,NIF2,DOC,Base_Importacion2,TIPO_IVA3,,DOC,472001,T,FECHA,,,,
  39. @NOTAS
  40.